object Form1: TForm1 Left = 208 Top = 133 Width = 265 Height = 180 Caption = 'Example 2a' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 4 Top = 2 Width = 100 Height = 13 Caption = 'Instantiated Threads:' end object btnLoad: TButton Left = 132 Top = 18 Width = 120 Height = 25 Caption = '&Load library' TabOrder = 0 OnClick = btnLoadClick end object btnUnload: TButton Left = 132 Top = 46 Width = 120 Height = 25 Caption = '&Unload library' TabOrder = 1 OnClick = btnUnloadClick end object lbThreads: TListBox Left = 4 Top = 18 Width = 121 Height = 129 ItemHeight = 13 TabOrder = 4 end object btnNewThread: TButton Left = 132 Top = 94 Width = 120 Height = 25 Caption = 'Create &new thread' TabOrder = 2 OnClick = btnNewThreadClick end object btnCloseThread: TButton Left = 132 Top = 122 Width = 120 Height = 25 Caption = '&Close selected thread' TabOrder = 3 OnClick = btnCloseThreadClick end end